lcDxfLoadMem Home

Loads a drawing's data from a memory buffer. The data must has DXF format.

 BOOL lcDxfLoadMem (
   HANDLE hDrw,
   HANDLE hMem,
   HANDLE hLcWnd
 );

Parameters
hDrw
  Handle to a drawing object.
hMem
  Pointer to a memory buffer containing a drawing in DXF format.
hLcWnd
  Handle to a design window. Specify NULL if you do not want to display the drawing.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcDrwLoadMem